home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / PowerPC / Dev / PPCRelease / LoadSegPatch / ELFLoadSeg.doc < prev    next >
Encoding:
Text File  |  1998-06-04  |  1.1 KB  |  45 lines

  1. ELFLoadSeg
  2.  
  3. has no parameters...and installs itself by a simple run.
  4.  
  5. Don`t forget that shell programs need the EXECUTABLE flag
  6. set.
  7.  
  8. ELFLoadSeg replaces the SAS RunElf and the VBCC RunPPC.
  9. It also works with a new ADE PPC stdlib replacement written
  10. by Rask Lambertsen.
  11.  
  12. - 1.9
  13.   o no ctrl-c break for ixemul
  14.   o bstr task name problem fixed
  15.  
  16. - 1.8
  17.   o pr_CES is used instead of Output() (Rask)
  18.  
  19. - 1.7
  20.   o shell,wb task stacksize is now passed to the 68k task
  21.  
  22. - 1.6
  23.   o because > and < didn`t work anymore with 1.5 i changed
  24.     the input/output handling back to 1.4 state but then
  25.     fixed the filehandle random write problems.
  26.     (Bug in the OS which doesn`t repair the input handle
  27.      in CreateNewProc when NP_CloseInput,FALSE is used)
  28.  
  29. - 1.5
  30.   o Complete rework of the input/output/error handle passing
  31.     because of a random very obscure crash when used with
  32.     NP_Arguments under stress.
  33.  
  34. - 1.4
  35.   o Invalid a possible segment checksum to avoid possible
  36.     autocaching of the segment by the shell or an autoresident
  37.     feature.
  38.  
  39. - 1.3
  40.   o Removed Internal Seg routines because of compatibility with
  41.     an unnamed program...
  42.  
  43. - 1.2
  44.   o release
  45.